home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / lib / NextStep / Resources / English.lproj / DatabaseKit.strings < prev    next >
Encoding:
Text File  |  1992-05-29  |  1.9 KB  |  70 lines

  1. /* String for boolean true */
  2. "YES string" = "YES";
  3.  
  4. /* String for boolean false */
  5. "NO string" = "NO";
  6.  
  7. /* Embedded string denoting database operation success */
  8. "succeeded";
  9.  
  10. /* Embedded string denoting database operation failure */
  11. "failed";
  12.  
  13. /* Embedded string when message forwarded to database adaptor */
  14. "selector forwarded.";
  15.  
  16. /* Embedded string when message not supported by database adaptor */
  17. "selector not supported.";
  18.  
  19. /* Message when an attempt to load a mismatched adaptor is encountered */
  20. "Requested adaptor name does not match adaptor already loaded for database.";
  21.  
  22. /* Message when adaptor not found or not loadable */
  23. "Cannot load adaptor:";
  24.  
  25. /* Affirmation */
  26. "OK";
  27.  
  28. /* Refuse choice */
  29. "Cancel";
  30.  
  31. /* Title of alert panel for notification from database adaptor */
  32. "Database";
  33.  
  34. /* Name of untitled default database file */
  35. "Untitled file" = "UNTITLED";
  36.  
  37.  
  38. /* Go ahead despite alert warning */
  39. "Continue";
  40.  
  41. /* Abort in response to error situation */
  42. "Abort";
  43.  
  44. /* Skip this record in response to error situation */
  45. "Skip";
  46.  
  47.  
  48. /* Shown to user when overwriting changes with a new fetch */
  49. "Changes will be lost if you do this.";
  50.  
  51. /* Shown to user when an unrecognized read or save error occurs */
  52. "Error %d occurred during transaction.";
  53.  
  54. /* Shown to user if primary key is missing for an entity */
  55. "Save failed on %s entity because no key is defined.";
  56.  
  57. /* Shown to user if a duplicate key is encountered for an entity */
  58. "Duplicate key encountered while saving %s data.";
  59.  
  60. /* Shown to user if record in the database has been changed (by another user) */
  61. "%s record has been modified in the database since the last fetch.";
  62.  
  63. /* Shown to user if record in the database is locked (by another user) */
  64. "%s record is in use and can't be saved or locked.";
  65.  
  66. /* Shown to user if an unusually large number of records has been fetched.  User is prompted to continue or abort. */
  67. "%d records have been fetched so far:";
  68.  
  69.  
  70.